home *** CD-ROM | disk | FTP | other *** search
/ Stac Reachout 7 / Stac Reachout 7.iso / DISK1 / SETUP.ISS < prev    next >
Text File  |  1997-01-31  |  1KB  |  68 lines

  1. ; To use this script you _must_ modify the szName=, szCompany=, and
  2. ; szSerial= lines below and provide valid entries.  szName and szCompany
  3. ; cannot be empty, and szSerial must be a valid number or the installation
  4. ; will not complete.
  5. ;
  6. ; This script will install ReachOut and restart your machine.
  7. ; Changing BootOption=3 to BootOption=0 will prevent the restart, but
  8. ; you must still restart the machine before using ReachOut.
  9.  
  10. [InstallShield Silent]
  11. Version=v3.00.000
  12. File=Response File
  13. [Application]
  14. Name=ReachOut
  15. Version=7.0
  16. Company=Stac
  17.  
  18. [DlgOrder]
  19. Dlg0=SdWelcome-0
  20. Count=10
  21. Dlg1=SdLicense-0
  22. Dlg2=SdRegisterUserEx-0
  23. Dlg3=SdAskDestPath-0
  24. Dlg4=SdAskDestPath-1
  25. Dlg5=SdSelectFolder-0
  26. Dlg6=SdStartCopy-0
  27. Dlg7=SdFinishReboot-0
  28. Dlg8=MessageBox-0
  29. Dlg9=SdShowDlgEdit1-0
  30.      
  31.  
  32. [SdWelcome-0]
  33. Result=1
  34. [SdLicense-0]
  35. Result=1
  36.  
  37. [SdRegisterUserEx-0]
  38. szName=Your Name
  39. szCompany=Your Company
  40. szSerial=1111-1111-1111-1111
  41. Result=1
  42.  
  43. [SdAskDestPath-0]
  44. szDir=C:\Program Files\ReachOut
  45. Result=1
  46.  
  47. [SdAskDestPath-1]
  48. szDir=C:\Program Files\ReachOut
  49. Result=1
  50.  
  51. [SdShowDlgEdit1-0]
  52. szEdit1=SUPERVISORPC
  53. Result=1
  54.  
  55. [SdSelectFolder-0]
  56. szFolder=ReachOut
  57. Result=1
  58.  
  59. [SdStartCopy-0]
  60. Result=1
  61.  
  62. [SdFinishReboot-0]
  63. Result=1
  64. BootOption=0
  65.  
  66. [MessageBox-0]
  67. Result=1
  68.